Item 7 : why not specialize function templates 條款7 :為什么不特化函數模板?
A function template is like an extension to a user - defined function 函數模板就像是用戶定義函數的一個擴展。
For the create function statement extension for function templates , refer to the 要了解函數模板的create function語句擴展,請參閱
Shows the issues to consider in determining when a function template needs to be registered 展示了在決定何時需要注冊函數模板時所考慮的問題。
When a query references a function template , the query optimizer tries to generate a feasible plan that allows this function reference to be evaluated on the remote data source 當一個查詢引用一個函數模板時,查詢優化器嘗試生成一個靈活的計劃,允許在遠程數據源上計算這個函數引用。